home *** CD-ROM | disk | FTP | other *** search
/ Cine Live 59 / Cine Live 59.iso / pc / Data / Interface / e9.k < prev    next >
Encoding:
Text File  |  2002-06-05  |  22.1 KB  |  1,117 lines

  1. module oRoot1 is cBox
  2. with 
  3.     Flags is $00000142; 
  4.     release Editor:
  5.         IOWindow is {$0000033C,$0000006F,$000000F8,$00000347,$00000000,$FFFFFFC9,$00000000,$00000000};
  6.         LayoutWindow is {$0000003D,$0000009D,$000002AE,$000002A2,$00000000,$0000001D,$00000064,$00000000};
  7.     end;
  8.     Name is "Root"; 
  9.     Enabled is false; 
  10.     
  11.     Width is 800; Height is 600; 
  12.     
  13.     
  14.     Elements is [
  15.         oFond2,
  16.         ob13,
  17.         ob24,
  18.         ob35,
  19.         ob46,
  20.         ob57,
  21.         ob68,
  22.         ob79,
  23.         ob810,
  24.         ob911,
  25.         ob1012,
  26.         ob1113,
  27.         ob1214,
  28.         of115,
  29.         of216,
  30.         of317,
  31.         of418,
  32.         of519,
  33.         of620,
  34.         of721,
  35.         of822,
  36.         of923,
  37.         of1024,
  38.         of1125,
  39.         of1226,
  40.         ol128,
  41.         oI229,
  42.         oBouton_Fiche30,
  43.         oBouton_Imprimer31,
  44.         oBouton_Sommaire32,
  45.         oBouton_Photos33,
  46.         oBouton_Vid_o34,
  47.         oFiche_Technique35,
  48.         oTexte_RTF36,
  49.         ovid_o37,
  50.         oglobal38
  51.     ];
  52.     Events is [
  53.         cOffscreenEvent
  54.         with 
  55.             Commands is [
  56.                 cPixelTool_IfSystemCommand
  57.                 with 
  58.                     Commands is [
  59.                         cSwitchURLCommand
  60.                         with Target is oFond2; URL is "../Images/s9m.jpg"; end,
  61.                         cDragCommand
  62.                         with Target is ovid_o37; Mode is DragTo; X is 631; Y is 442; end,
  63.                         cGrowCommand
  64.                         with Target is ovid_o37; Mode is GrowTo; X is 160; Y is 120; end,
  65.                         cShowCommand
  66.                         with Target is ovid_o37; end,
  67.                         cEnableCommand
  68.                         with Target is ovid_o37; end,
  69.                         cRunCommand
  70.                         with Target is ovid_o37; Rewind is true; end
  71.                     ];
  72.                 end,
  73.                 cPixelTool_IfSystemCommand
  74.                 with SetMode is IsWinTest; 
  75.                     Commands is [
  76.                         cDragCommand
  77.                         with Target is ovid_o37; Mode is DragTo; X is 615; Y is 418; end,
  78.                         cGrowCommand
  79.                         with Target is ovid_o37; Mode is GrowTo; X is 176; Y is 144; end,
  80.                         cShowCommand
  81.                         with Target is ovid_o37; end,
  82.                         cEnableCommand
  83.                         with Target is ovid_o37; end,
  84.                         cRunCommand
  85.                         with Target is ovid_o37; Rewind is true; end
  86.                     ];
  87.                 end
  88.             ];
  89.         end,
  90.         cKeyboardEvent
  91.         with Test is IsSpace; 
  92.             Commands is [
  93.                 cRunCommand
  94.                 with Flags is $00000004; Target is ovid_o37; Mode is Toggle; end
  95.             ];
  96.         end,
  97.         cKeyboardEvent
  98.         with Value is "+"; 
  99.             Commands is [
  100.                 cSetVolumeCommand
  101.                 with Mode is ExecuteHigher; end
  102.             ];
  103.         end,
  104.         cKeyboardEvent
  105.         with Value is "-"; 
  106.             Commands is [
  107.                 cSetVolumeCommand
  108.                 with Flags is $00000004; Mode is ExecuteLower; end
  109.             ];
  110.         end,
  111.         cKeyboardEvent
  112.         with Value is "m"; 
  113.             Commands is [
  114.                 cRunCommand
  115.                 with Flags is $00000004; Mode is Toggle; Rewind is true; end
  116.             ];
  117.         end
  118.     ];
  119. end;
  120.  
  121. object oFond2 is cImage
  122. with 
  123.     Flags is $00000150; 
  124.     Name is "Fond"; 
  125.     Enabled is false; Cursor is oEmptyCursor; 
  126.     AdjustX is AlignToCenter; AdjustY is AlignToTop; 
  127.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  128.     
  129.     URL is "../Images/s9p.jpg"; 
  130.     
  131.     
  132.     Events is [
  133.         cOnscreenEvent
  134.         with Flags is $00000004; 
  135.             Commands is [
  136.                 cTokenCommand
  137.                 with Flags is $00000004; TokenName is "stop"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  138.             ];
  139.         end
  140.     ];
  141. end;
  142.  
  143. object ob13 is cImage
  144. with 
  145.     Name is "b1"; 
  146.     Enabled is false; Shown is false; 
  147.     X is -21; Y is 166; 
  148.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  149.     
  150.     URL is "../Images/BOUTONV2.psd"; 
  151.     Bitmapped is false; Mode is 260; 
  152.     
  153. end;
  154.  
  155. object ob24 is cImage
  156. with 
  157.     Name is "b2"; 
  158.     Enabled is false; Shown is false; 
  159.     X is -21; Y is 191; 
  160.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  161.     
  162.     URL is "../Images/BOUTONV2.psd"; 
  163.     Mode is 260; 
  164.     
  165. end;
  166.  
  167. object ob35 is cImage
  168. with 
  169.     Name is "b3"; 
  170.     Enabled is false; Shown is false; 
  171.     X is -21; Y is 216; 
  172.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  173.     
  174.     URL is "../Images/BOUTONV2.psd"; 
  175.     Mode is 260; 
  176.     
  177. end;
  178.  
  179. object ob46 is cImage
  180. with 
  181.     Name is "b4"; 
  182.     Enabled is false; Shown is false; 
  183.     X is -21; Y is 240; 
  184.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  185.     
  186.     URL is "../Images/BOUTONV2.psd"; 
  187.     Mode is 260; 
  188.     
  189. end;
  190.  
  191. object ob57 is cImage
  192. with 
  193.     Name is "b5"; 
  194.     Enabled is false; Shown is false; 
  195.     X is -21; Y is 271; 
  196.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  197.     
  198.     URL is "../Images/BOUTONV2.psd"; 
  199.     Mode is 260; 
  200.     
  201. end;
  202.  
  203. object ob68 is cImage
  204. with 
  205.     Name is "b6"; 
  206.     Enabled is false; Shown is false; 
  207.     X is -21; Y is 308; 
  208.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  209.     
  210.     URL is "../Images/BOUTONV2.psd"; 
  211.     Mode is 260; 
  212.     
  213. end;
  214.  
  215. object ob79 is cImage
  216. with 
  217.     Name is "b7"; 
  218.     Enabled is false; Shown is false; 
  219.     X is -21; Y is 338; 
  220.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  221.     
  222.     URL is "../Images/BOUTONV2.psd"; 
  223.     Mode is 260; 
  224.     
  225. end;
  226.  
  227. object ob810 is cImage
  228. with 
  229.     Name is "b8"; 
  230.     Enabled is false; Shown is false; 
  231.     X is -21; Y is 364; 
  232.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  233.     
  234.     URL is "../Images/BOUTONV2.psd"; 
  235.     Mode is 260; 
  236.     
  237. end;
  238.  
  239. object ob911 is cImage
  240. with 
  241.     Name is "b9"; 
  242.     Enabled is false; Shown is false; 
  243.     X is -21; Y is 389; 
  244.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  245.     
  246.     URL is "../Images/BOUTONV2.psd"; 
  247.     Mode is 260; 
  248.     
  249. end;
  250.  
  251. object ob1012 is cImage
  252. with 
  253.     Name is "b10"; 
  254.     Enabled is false; Shown is false; 
  255.     X is -21; Y is 412; 
  256.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  257.     
  258.     URL is "../../DATA/Images/BOUTONV2.psd"; 
  259.     Mode is 260; 
  260.     
  261. end;
  262.  
  263. object ob1113 is cImage
  264. with 
  265.     Name is "b11"; 
  266.     Enabled is false; Shown is false; 
  267.     X is -21; Y is 437; 
  268.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  269.     
  270.     URL is "../../DATA/Images/BOUTONV2.psd"; 
  271.     Mode is 260; 
  272.     
  273. end;
  274.  
  275. object ob1214 is cImage
  276. with 
  277.     Name is "b12"; 
  278.     Enabled is false; Shown is false; 
  279.     X is -25; Y is 463; 
  280.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  281.     
  282.     URL is "../Images/BOUTONV2.psd"; 
  283.     Bitmapped is false; Mode is 260; 
  284.     
  285. end;
  286.  
  287. object of115 is cBox
  288. with 
  289.     Name is "f1"; 
  290.     Cursor is oFingerCursor; 
  291.     X is -1; Y is 182; 
  292.     Width is 162; Height is 27; 
  293.     
  294.     
  295.     Events is [
  296.         cMouseEnterEvent
  297.         with Flags is $00000004; 
  298.             Commands is [
  299.                 cShowCommand
  300.                 with Flags is $00000004; Target is ob13; end
  301.             ];
  302.         end,
  303.         cMouseLeaveEvent
  304.         with Flags is $00000004; 
  305.             Commands is [
  306.                 cShowCommand
  307.                 with Flags is $00000004; Target is ob13; Mode is Clear; end
  308.             ];
  309.         end,
  310.         cMouseUpEvent
  311.         with Flags is $00000004; Flag is true; 
  312.             Commands is [
  313.                 cBrowseCommand
  314.                 with Flags is $00000004; URL is "e1.k"; end
  315.             ];
  316.         end
  317.     ];
  318. end;
  319.  
  320. object of216 is cBox
  321. with 
  322.     Name is "f2"; 
  323.     Cursor is oFingerCursor; 
  324.     Y is 207; 
  325.     Width is 160; Height is 26; 
  326.     
  327.     
  328.     Events is [
  329.         cMouseEnterEvent
  330.         with 
  331.             Commands is [
  332.                 cShowCommand
  333.                 with Target is ob24; end
  334.             ];
  335.         end,
  336.         cMouseLeaveEvent
  337.         with 
  338.             Commands is [
  339.                 cShowCommand
  340.                 with Target is ob24; Mode is Clear; end
  341.             ];
  342.         end,
  343.         cMouseUpEvent
  344.         with Flag is true; 
  345.             Commands is [
  346.                 cBrowseCommand
  347.                 with URL is "e2.k"; end
  348.             ];
  349.         end
  350.     ];
  351. end;
  352.  
  353. object of317 is cBox
  354. with 
  355.     Flags is $00000150; 
  356.     Name is "f3"; 
  357.     Cursor is oFingerCursor; 
  358.     Y is 233; 
  359.     Width is 162; Height is 24; 
  360.     
  361.     
  362.     Events is [
  363.         cMouseEnterEvent
  364.         with Flags is $00000004; 
  365.             Commands is [
  366.                 cShowCommand
  367.                 with Flags is $00000004; Target is ob35; end
  368.             ];
  369.         end,
  370.         cMouseLeaveEvent
  371.         with Flags is $00000004; 
  372.             Commands is [
  373.                 cShowCommand
  374.                 with Flags is $00000004; Target is ob35; Mode is Clear; end
  375.             ];
  376.         end,
  377.         cMouseUpEvent
  378.         with Flags is $00000004; Flag is true; 
  379.             Commands is [
  380.                 cBrowseCommand
  381.                 with Flags is $00000004; URL is "e3.k"; end
  382.             ];
  383.         end
  384.     ];
  385. end;
  386.  
  387. object of418 is cBox
  388. with 
  389.     Name is "f4"; 
  390.     Cursor is oFingerCursor; 
  391.     Y is 255; 
  392.     Width is 161; Height is 28; 
  393.     
  394.     
  395.     Events is [
  396.         cMouseEnterEvent
  397.         with 
  398.             Commands is [
  399.                 cShowCommand
  400.                 with Target is ob46; end
  401.             ];
  402.         end,
  403.         cMouseLeaveEvent
  404.         with 
  405.             Commands is [
  406.                 cShowCommand
  407.                 with Target is ob46; Mode is Clear; end
  408.             ];
  409.         end,
  410.         cMouseUpEvent
  411.         with Flag is true; 
  412.             Commands is [
  413.                 cBrowseCommand
  414.                 with URL is "e4.k"; end
  415.             ];
  416.         end
  417.     ];
  418. end;
  419.  
  420. object of519 is cBox
  421. with 
  422.     Name is "f5"; 
  423.     Cursor is oFingerCursor; 
  424.     Y is 286; 
  425.     Width is 163; Height is 28; 
  426.     
  427.     
  428.     Events is [
  429.         cMouseEnterEvent
  430.         with 
  431.             Commands is [
  432.                 cShowCommand
  433.                 with Target is ob57; end
  434.             ];
  435.         end,
  436.         cMouseLeaveEvent
  437.         with 
  438.             Commands is [
  439.                 cShowCommand
  440.                 with Target is ob57; Mode is Clear; end
  441.             ];
  442.         end,
  443.         cMouseUpEvent
  444.         with Flag is true; 
  445.             Commands is [
  446.                 cBrowseCommand
  447.                 with URL is "e5.k"; end
  448.             ];
  449.         end
  450.     ];
  451. end;
  452.  
  453. object of620 is cBox
  454. with 
  455.     Flags is $00000150; 
  456.     Name is "f6"; 
  457.     Cursor is oFingerCursor; 
  458.     Y is 323; 
  459.     Width is 163; Height is 28; 
  460.     
  461.     
  462.     Events is [
  463.         cMouseEnterEvent
  464.         with Flags is $00000004; 
  465.             Commands is [
  466.                 cShowCommand
  467.                 with Flags is $00000004; Target is ob68; end
  468.             ];
  469.         end,
  470.         cMouseLeaveEvent
  471.         with Flags is $00000004; 
  472.             Commands is [
  473.                 cShowCommand
  474.                 with Flags is $00000004; Target is ob68; Mode is Clear; end
  475.             ];
  476.         end,
  477.         cMouseUpEvent
  478.         with Flags is $00000004; Flag is true; 
  479.             Commands is [
  480.                 cBrowseCommand
  481.                 with Flags is $00000004; URL is "e6.k"; end
  482.             ];
  483.         end
  484.     ];
  485. end;
  486.  
  487. object of721 is cBox
  488. with 
  489.     Name is "f7"; 
  490.     Cursor is oFingerCursor; 
  491.     Y is 354; 
  492.     Width is 160; Height is 26; 
  493.     
  494.     
  495.     Events is [
  496.         cMouseEnterEvent
  497.         with 
  498.             Commands is [
  499.                 cShowCommand
  500.                 with Target is ob79; end
  501.             ];
  502.         end,
  503.         cMouseLeaveEvent
  504.         with 
  505.             Commands is [
  506.                 cShowCommand
  507.                 with Target is ob79; Mode is Clear; end
  508.             ];
  509.         end,
  510.         cMouseUpEvent
  511.         with Flag is true; 
  512.             Commands is [
  513.                 cBrowseCommand
  514.                 with URL is "e7.k"; end
  515.             ];
  516.         end
  517.     ];
  518. end;
  519.  
  520. object of822 is cBox
  521. with 
  522.     Name is "f8"; 
  523.     Cursor is oFingerCursor; 
  524.     Y is 378; 
  525.     Width is 160; Height is 27; 
  526.     
  527.     
  528.     Events is [
  529.         cMouseEnterEvent
  530.         with 
  531.             Commands is [
  532.                 cShowCommand
  533.                 with Target is ob810; end
  534.             ];
  535.         end,
  536.         cMouseLeaveEvent
  537.         with 
  538.             Commands is [
  539.                 cShowCommand
  540.                 with Target is ob810; Mode is Clear; end
  541.             ];
  542.         end,
  543.         cMouseUpEvent
  544.         with Flag is true; 
  545.             Commands is [
  546.                 cBrowseCommand
  547.                 with URL is "e8.k"; end
  548.             ];
  549.         end
  550.     ];
  551. end;
  552.  
  553. object of923 is cBox
  554. with 
  555.     Name is "f9"; 
  556.     Cursor is oFingerCursor; 
  557.     Y is 404; 
  558.     Width is 163; Height is 25; 
  559.     
  560.     
  561.     Events is [
  562.         cMouseEnterEvent
  563.         with 
  564.             Commands is [
  565.                 cShowCommand
  566.                 with Target is ob911; end
  567.             ];
  568.         end,
  569.         cMouseLeaveEvent
  570.         with 
  571.             Commands is [
  572.                 cShowCommand
  573.                 with Target is ob911; Mode is Clear; end
  574.             ];
  575.         end,
  576.         cMouseUpEvent
  577.         with Flag is true; 
  578.             Commands is [
  579.                 cBrowseCommand
  580.                 with URL is "e9.k"; end
  581.             ];
  582.         end
  583.     ];
  584. end;
  585.  
  586. object of1024 is cBox
  587. with 
  588.     Name is "f10"; 
  589.     Cursor is oFingerCursor; 
  590.     X is 1; Y is 428; 
  591.     Width is 161; Height is 28; 
  592.     
  593.     
  594.     Events is [
  595.         cMouseEnterEvent
  596.         with 
  597.             Commands is [
  598.                 cShowCommand
  599.                 with Target is ob1012; end
  600.             ];
  601.         end,
  602.         cMouseLeaveEvent
  603.         with 
  604.             Commands is [
  605.                 cShowCommand
  606.                 with Target is ob1012; Mode is Clear; end
  607.             ];
  608.         end,
  609.         cMouseUpEvent
  610.         with Flag is true; 
  611.             Commands is [
  612.                 cBrowseCommand
  613.                 with URL is "e10.k"; end
  614.             ];
  615.         end
  616.     ];
  617. end;
  618.  
  619. object of1125 is cBox
  620. with 
  621.     Flags is $00000150; 
  622.     Name is "f11"; 
  623.     Cursor is oFingerCursor; 
  624.     Y is 451; 
  625.     Width is 161; Height is 28; 
  626.     
  627.     
  628.     Events is [
  629.         cMouseEnterEvent
  630.         with Flags is $00000004; 
  631.             Commands is [
  632.                 cShowCommand
  633.                 with Flags is $00000004; Target is ob1113; end
  634.             ];
  635.         end,
  636.         cMouseLeaveEvent
  637.         with Flags is $00000004; 
  638.             Commands is [
  639.                 cShowCommand
  640.                 with Flags is $00000004; Target is ob1113; Mode is Clear; end
  641.             ];
  642.         end,
  643.         cMouseUpEvent
  644.         with Flags is $00000004; Flag is true; 
  645.             Commands is [
  646.                 cBrowseCommand
  647.                 with Flags is $00000004; URL is "e11.k"; end
  648.             ];
  649.         end
  650.     ];
  651. end;
  652.  
  653. object of1226 is cBox
  654. with 
  655.     Flags is $00000150; 
  656.     Name is "f12"; 
  657.     Cursor is oFingerCursor; 
  658.     X is -1; Y is 477; 
  659.     Width is 162; Height is 27; 
  660.     
  661.     
  662.     Events is [
  663.         cMouseEnterEvent
  664.         with Flags is $00000004; 
  665.             Commands is [
  666.                 cShowCommand
  667.                 with Flags is $00000004; Target is ob1214; end
  668.             ];
  669.         end,
  670.         cMouseLeaveEvent
  671.         with Flags is $00000004; 
  672.             Commands is [
  673.                 cShowCommand
  674.                 with Flags is $00000004; Target is ob1214; Mode is Clear; end
  675.             ];
  676.         end,
  677.         cMouseUpEvent
  678.         with Flags is $00000004; Flag is true; 
  679.             Commands is [
  680.                 cBrowseCommand
  681.                 with Flags is $00000004; URL is "e12.k"; end
  682.             ];
  683.         end
  684.     ];
  685. end;
  686.  
  687. object ol128 is cBox
  688. with 
  689.     Flags is $00000150; 
  690.     Name is "l1"; 
  691.     Cursor is oFingerCursor; 
  692.     X is 258; Y is 498; 
  693.     Width is 93; Height is 20; 
  694.     
  695.     
  696.     Events is [
  697.         cMouseUpEvent
  698.         with Flags is $00000004; Flag is true; 
  699.             Commands is [
  700.                 cIfCookieCommand
  701.                 with Flags is $00000004; CookieName is "zique"; Value is "oui"; 
  702.                     Commands is [
  703.                         cTokenCommand
  704.                         with Flags is $00000004; TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  705.                     ];
  706.                 end,
  707.                 cBrowseCommand
  708.                 with Flags is $00000004; URL is "f11.k"; end
  709.             ];
  710.         end
  711.     ];
  712. end;
  713.  
  714. object oI229 is cBox
  715. with 
  716.     Flags is $00000150; 
  717.     Name is "I2"; 
  718.     Cursor is oFingerCursor; 
  719.     X is 227; Y is 519; 
  720.     Width is 81; Height is 20; 
  721.     
  722.     
  723.     Events is [
  724.         cMouseUpEvent
  725.         with Flags is $00000004; Flag is true; 
  726.             Commands is [
  727.                 cIfCookieCommand
  728.                 with Flags is $00000004; CookieName is "zique"; Value is "oui"; 
  729.                     Commands is [
  730.                         cTokenCommand
  731.                         with Flags is $00000004; TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  732.                     ];
  733.                 end,
  734.                 cBrowseCommand
  735.                 with Flags is $00000004; URL is "f26.k"; end
  736.             ];
  737.         end
  738.     ];
  739. end;
  740.  
  741. object oBouton_Fiche30 is cImage
  742. with 
  743.     Name is "Bouton Fiche"; 
  744.     Shown is false; Cursor is oFingerCursor; 
  745.     X is 167; Y is 573; 
  746.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  747.     
  748.     URL is "../Images/%E9cran%20fiche.jpg"; 
  749.     
  750.     
  751.     Events is [
  752.         cMouseEnterEvent
  753.         with 
  754.             Commands is [
  755.                 cShowCommand
  756.                 with Target is oTargetSelf; end
  757.             ];
  758.         end,
  759.         cMouseLeaveEvent
  760.         with 
  761.             Commands is [
  762.                 cShowCommand
  763.                 with Target is oTargetSelf; Mode is Clear; end
  764.             ];
  765.         end,
  766.         cMouseUpEvent
  767.         with Flag is true; 
  768.             Commands is [
  769.                 cShowCommand
  770.                 with Target is oFiche_Technique35; Mode is Toggle; end,
  771.                 cEnableCommand
  772.                 with Target is oFiche_Technique35; Mode is Toggle; end
  773.             ];
  774.         end
  775.     ];
  776. end;
  777.  
  778. object oBouton_Imprimer31 is cImage
  779. with 
  780.     Name is "Bouton Imprimer"; 
  781.     Shown is false; Cursor is oFingerCursor; 
  782.     X is 321; Y is 573; 
  783.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  784.     
  785.     URL is "../Images/%E9cran%20imprimer.jpg"; 
  786.     
  787.     
  788.     Events is [
  789.         cMouseEnterEvent
  790.         with 
  791.             Commands is [
  792.                 cShowCommand
  793.                 with Target is oTargetSelf; end
  794.             ];
  795.         end,
  796.         cMouseLeaveEvent
  797.         with 
  798.             Commands is [
  799.                 cShowCommand
  800.                 with Target is oTargetSelf; Mode is Clear; end
  801.             ];
  802.         end,
  803.         cMouseUpEvent
  804.         with Flag is true; 
  805.             Commands is [
  806.                 cPrintCommand
  807.                 with Target is oTexte_RTF36; end
  808.             ];
  809.         end
  810.     ];
  811. end;
  812.  
  813. object oBouton_Sommaire32 is cImage
  814. with 
  815.     Name is "Bouton Sommaire"; 
  816.     Shown is false; Cursor is oFingerCursor; 
  817.     X is 13; Y is 573; 
  818.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  819.     
  820.     URL is "../Images/%E9cran%20somm.jpg"; 
  821.     
  822.     
  823.     Events is [
  824.         cMouseEnterEvent
  825.         with 
  826.             Commands is [
  827.                 cShowCommand
  828.                 with Target is oTargetSelf; end
  829.             ];
  830.         end,
  831.         cMouseLeaveEvent
  832.         with 
  833.             Commands is [
  834.                 cShowCommand
  835.                 with Target is oTargetSelf; Mode is Clear; end
  836.             ];
  837.         end,
  838.         cMouseUpEvent
  839.         with Flag is true; 
  840.             Commands is [
  841.                 cIfCookieCommand
  842.                 with CookieName is "zique"; Value is "oui"; 
  843.                     Commands is [
  844.                         cTokenCommand
  845.                         with TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  846.                     ];
  847.                 end,
  848.                 cBrowseCommand
  849.                 with URL is "sommaire.k"; end
  850.             ];
  851.         end
  852.     ];
  853. end;
  854.  
  855. object oBouton_Photos33 is cImage
  856. with 
  857.     Flags is $00000150; 
  858.     Name is "Bouton Photos"; 
  859.     Shown is false; Cursor is oFingerCursor; 
  860.     X is 475; Y is 573; 
  861.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  862.     
  863.     URL is "../Images/%E9cran%20photo.jpg"; 
  864.     
  865.     
  866.     Events is [
  867.         cMouseEnterEvent
  868.         with Flags is $00000004; 
  869.             Commands is [
  870.                 cShowCommand
  871.                 with Flags is $00000004; Target is oTargetSelf; end
  872.             ];
  873.         end,
  874.         cMouseLeaveEvent
  875.         with Flags is $00000004; 
  876.             Commands is [
  877.                 cShowCommand
  878.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
  879.             ];
  880.         end,
  881.         cMouseUpEvent
  882.         with Flags is $00000004; Flag is true; 
  883.             Commands is [
  884.                 cBrowseCommand
  885.                 with URL is "e9s.k"; end
  886.             ];
  887.         end
  888.     ];
  889. end;
  890.  
  891. object oBouton_Vid_o34 is cImage
  892. with 
  893.     Flags is $00000150; 
  894.     Name is "Bouton Vid\$E9o"; 
  895.     Shown is false; Cursor is oFingerCursor; 
  896.     X is 629; Y is 573; 
  897.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  898.     
  899.     URL is "../Images/%E9cran%20vid%E9o.jpg"; 
  900.     
  901.     
  902.     Events is [
  903.         cMouseEnterEvent
  904.         with Flags is $00000004; 
  905.             Commands is [
  906.                 cShowCommand
  907.                 with Flags is $00000004; Target is oTargetSelf; end
  908.             ];
  909.         end,
  910.         cMouseLeaveEvent
  911.         with Flags is $00000004; 
  912.             Commands is [
  913.                 cShowCommand
  914.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
  915.             ];
  916.         end,
  917.         cMouseUpEvent
  918.         with Flags is $00000004; Flag is true; 
  919.             Commands is [
  920.                 cRunCommand
  921.                 with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  922.                 cEnableCommand
  923.                 with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  924.                 cShowCommand
  925.                 with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  926.                 cDragCommand
  927.                 with Flags is $00000004; Target is ovid_o37; Mode is DragTo; end,
  928.                 cGrowCommand
  929.                 with Flags is $00000004; Target is ovid_o37; Mode is GrowTo; X is 800; Y is 600; end,
  930.                 cShowCommand
  931.                 with Flags is $00000004; Target is ovid_o37; end,
  932.                 cEnableCommand
  933.                 with Flags is $00000004; Target is ovid_o37; end,
  934.                 cRunCommand
  935.                 with Flags is $00000004; Target is ovid_o37; Rewind is true; end,
  936.                 cEnableCommand
  937.                 with Flags is $00000004; Target is oglobal38; end
  938.             ];
  939.         end
  940.     ];
  941. end;
  942.  
  943. object oFiche_Technique35 is cImage
  944. with 
  945.     Flags is $00000150; 
  946.     Name is "Fiche Technique"; 
  947.     Region is {$FFFF000A,$00010000,$01AC0188};
  948.     Enabled is false; Shown is false; Cursor is oFingerCursor; 
  949.     X is 132; Y is 41; 
  950.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  951.     
  952.     URL is "../Images/t9.jpg"; 
  953.     
  954.     
  955.     Events is [
  956.         cMouseUpEvent
  957.         with Flags is $00000004; Flag is true; 
  958.             Commands is [
  959.                 cShowCommand
  960.                 with Flags is $00000004; Target is oFiche_Technique35; Mode is Clear; end,
  961.                 cEnableCommand
  962.                 with Flags is $00000004; Target is oFiche_Technique35; Mode is Clear; end
  963.             ];
  964.         end
  965.     ];
  966. end;
  967.  
  968. object oTexte_RTF36 is cRTFText
  969. with 
  970.     Flags is $00000550; 
  971.     Name is "Texte RTF"; 
  972.     Enabled is false; Shown is false; 
  973.     Y is -160; 
  974.     AdjustWidth is GetLayoutWidth; AdjustHeight is GetDataHeight; 
  975.     
  976.     URL is "../Textes/s9.rtf"; 
  977.     
  978.     
  979. end;
  980.  
  981. object ovid_o37 is cMPEGMovie
  982. with 
  983.     Name is "vid\$E9o"; 
  984.     Shown is false; Cursor is oFingerCursor; 
  985.     X is 615; Y is 418; 
  986.     Width is 176; Height is 144; 
  987.     
  988.     URL is "../Videos/s9.mpg"; 
  989.     Events is [
  990.         cMouseUpEvent
  991.         with Flag is true; 
  992.             Commands is [
  993.                 cRunCommand
  994.                 with Target is ovid_o37; Mode is Clear; end,
  995.                 cEnableCommand
  996.                 with Target is ovid_o37; Mode is Clear; end,
  997.                 cShowCommand
  998.                 with Target is ovid_o37; Mode is Clear; end,
  999.                 cDragCommand
  1000.                 with Target is ovid_o37; Mode is DragTo; end,
  1001.                 cGrowCommand
  1002.                 with Target is ovid_o37; Mode is GrowTo; X is 800; Y is 600; end,
  1003.                 cShowCommand
  1004.                 with Target is ovid_o37; end,
  1005.                 cEnableCommand
  1006.                 with Target is ovid_o37; end,
  1007.                 cRunCommand
  1008.                 with Target is ovid_o37; Rewind is true; end,
  1009.                 cEnableCommand
  1010.                 with Target is oglobal38; end
  1011.             ];
  1012.         end,
  1013.         cFinishedEvent
  1014.         with 
  1015.             Commands is [
  1016.                 cPixelTool_IfSystemCommand
  1017.                 with 
  1018.                     Commands is [
  1019.                         cDragCommand
  1020.                         with Target is ovid_o37; Mode is DragTo; X is 631; Y is 442; end,
  1021.                         cGrowCommand
  1022.                         with Target is ovid_o37; Mode is GrowTo; X is 160; Y is 120; end,
  1023.                         cEnableCommand
  1024.                         with Target is oglobal38; Mode is Clear; end,
  1025.                         cShowCommand
  1026.                         with Target is ovid_o37; end,
  1027.                         cEnableCommand
  1028.                         with Target is ovid_o37; end,
  1029.                         cRunCommand
  1030.                         with Target is ovid_o37; Rewind is true; end
  1031.                     ];
  1032.                 end,
  1033.                 cPixelTool_IfSystemCommand
  1034.                 with SetMode is IsWinTest; 
  1035.                     Commands is [
  1036.                         cDragCommand
  1037.                         with Target is ovid_o37; Mode is DragTo; X is 615; Y is 418; end,
  1038.                         cGrowCommand
  1039.                         with Target is ovid_o37; Mode is GrowTo; X is 176; Y is 144; end,
  1040.                         cEnableCommand
  1041.                         with Target is oglobal38; Mode is Clear; end,
  1042.                         cShowCommand
  1043.                         with Target is ovid_o37; end,
  1044.                         cEnableCommand
  1045.                         with Target is ovid_o37; end,
  1046.                         cRunCommand
  1047.                         with Target is ovid_o37; Rewind is true; end
  1048.                     ];
  1049.                 end
  1050.             ];
  1051.         end
  1052.     ];
  1053. end;
  1054.  
  1055. object oglobal38 is cBox
  1056. with 
  1057.     Flags is $00000150; 
  1058.     Name is "global"; 
  1059.     Enabled is false; Shown is false; Cursor is oEmptyCursor; 
  1060.     X is 60; 
  1061.     Width is 800; Height is 600; 
  1062.     
  1063.     
  1064.     Events is [
  1065.         cMouseUpEvent
  1066.         with Flags is $00000004; Flag is true; 
  1067.             Commands is [
  1068.                 cPixelTool_IfSystemCommand
  1069.                 with Flags is $00000004; 
  1070.                     Commands is [
  1071.                         cShowCommand
  1072.                         with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  1073.                         cRunCommand
  1074.                         with Flags is $00000004; Target is ovid_o37; Mode is Clear; Rewind is true; end,
  1075.                         cEnableCommand
  1076.                         with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  1077.                         cEnableCommand
  1078.                         with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end,
  1079.                         cDragCommand
  1080.                         with Flags is $00000004; Target is ovid_o37; Mode is DragTo; X is 631; Y is 442; end,
  1081.                         cGrowCommand
  1082.                         with Flags is $00000004; Target is ovid_o37; Mode is GrowTo; X is 160; Y is 120; end,
  1083.                         cShowCommand
  1084.                         with Flags is $00000004; Target is ovid_o37; end,
  1085.                         cRunCommand
  1086.                         with Flags is $00000004; Target is ovid_o37; Rewind is true; end,
  1087.                         cEnableCommand
  1088.                         with Flags is $00000004; Target is ovid_o37; end
  1089.                     ];
  1090.                 end,
  1091.                 cPixelTool_IfSystemCommand
  1092.                 with Flags is $00000004; SetMode is IsWinTest; 
  1093.                     Commands is [
  1094.                         cShowCommand
  1095.                         with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  1096.                         cRunCommand
  1097.                         with Flags is $00000004; Target is ovid_o37; Mode is Clear; Rewind is true; end,
  1098.                         cEnableCommand
  1099.                         with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  1100.                         cEnableCommand
  1101.                         with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end,
  1102.                         cDragCommand
  1103.                         with Flags is $00000004; Target is ovid_o37; Mode is DragTo; X is 615; Y is 418; end,
  1104.                         cGrowCommand
  1105.                         with Flags is $00000004; Target is ovid_o37; Mode is GrowTo; X is 176; Y is 144; end,
  1106.                         cShowCommand
  1107.                         with Flags is $00000004; Target is ovid_o37; end,
  1108.                         cRunCommand
  1109.                         with Flags is $00000004; Target is ovid_o37; Rewind is true; end,
  1110.                         cEnableCommand
  1111.                         with Flags is $00000004; Target is ovid_o37; end
  1112.                     ];
  1113.                 end
  1114.             ];
  1115.         end
  1116.     ];
  1117. end;